window: Fix window size snapping back
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 00:22:02 +0000 (20:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 00:24:19 +0000 (20:24 -0400)
commit20fb7812df5134b84a0e4805f7d0aebe0bfeb1be
treead4ee7bc2c303de0126ee87b253dad0e04a4b3e8
parent082edd957e0fc4cd5dd6109664ba4c0b65f643c7
window: Fix window size snapping back

We were not updating the remembered size at all when
the window is interactively resized, causing it to
snap back to its default size the next time we call
gdk_toplevel_present().

This is a bandaid fix to prevent very broken resizing
behavior, until we have properly redone toplevel sizing.

Fixes: #3076
gtk/gtkwindow.c